home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global givState
- set clik to the clickOn
- if listp(the editList of givState) then
- if count(the editList of givState) < 1 then
- exit
- end if
- else
- set the editList of givState to []
- exit
- end if
- set the castNum of sprite clik to the number of cast "save button down"
- updateStage()
- repeat while the stillDown
- nothing()
- end repeat
- if the mouseCast = the number of cast "save button down" then
- EditListSave()
- end if
- set the castNum of sprite clik to the number of cast "save button"
- end
-